home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / pc / gb < prev    next >
Text File  |  2005-01-13  |  2KB  |  62 lines

  1.  
  2. // based on a keyboard map from an 'xkb/symbols/gb' file
  3. //
  4. // $XFree86: xc/programs/xkbcomp/symbols/pc/gb,v 1.6 2003/10/04 10:25:14 pascal Exp $
  5.  
  6. partial default alphanumeric_keys
  7. xkb_symbols "basic" {
  8.  
  9.     // Describes the differences between a very simple en_US
  10.     // keyboard and a very simple U.K. keyboard layout defined by
  11.     // the SVR4 European Language Supplement and sometimes also
  12.     // known as the IBM 166 layout.
  13.  
  14.     include "pc/latin"
  15.  
  16.     name[Group1]="Great Britain";
  17.  
  18.     key <AE02>    { [         2,   quotedbl,  twosuperior,    oneeighth ]    };
  19.     key <AE03>    { [         3,   sterling, threesuperior,    sterling ]    };
  20.     key <AE04>    { [         4,     dollar,     EuroSign,   onequarter ]    };
  21.  
  22.     key <AC11>    { [apostrophe,         at, dead_circumflex, dead_caron]    };
  23.     key <TLDE>    { [     grave,    notsign,          bar,          bar ]    };
  24.  
  25.     key <BKSL>    { [numbersign, asciitilde,   dead_grave,   dead_breve ]    };
  26.     key <LSGT>    { [ backslash,        bar,          bar,    brokenbar ]    };
  27.  
  28.     include "level3(ralt_switch_multikey)"
  29. };
  30.  
  31. partial default alphanumeric_keys 
  32. xkb_symbols "intl" { 
  33.  
  34.     // Describes the differences between a very simple en_US 
  35.     // keyboard and a very simple U.K. keyboard layout with 
  36.     // dead keys. By Phil Jones (philjones1@blueyonder.co.uk) 
  37.  
  38.     // Includes the following keys: 
  39.     // dead_grave 
  40.     // dead_acute 
  41.     // dead_circumflex 
  42.     // dead_tilde 
  43.     // dead_diaeresis 
  44.  
  45.     include "pc/latin" 
  46.  
  47.     name[Group1]="Great Britain"; 
  48.  
  49.     key <AE02>  { [   2,  dead_diaeresis,      twosuperior,     onehalf ] };
  50.     key <AE03>  { [   3,        sterling,    threesuperior,    onethird ] };
  51.     key <AE04>  { [   4,          dollar,         EuroSign,  onequarter ] };
  52.     key <AE06>  { [   6, dead_circumflex,         NoSymbol,    onesixth ] };
  53.  
  54.     key <AC11>  { [ dead_acute,         at,     apostrophe,         bar ] };
  55.     key <TLDE>  { [ dead_grave,    notsign,            bar,         bar ] };
  56.  
  57.     key <BKSL>  { [ numbersign, dead_tilde,            bar,         bar ] };
  58.     key <LSGT>  { [  backslash,        bar,            bar,         bar ] };
  59.  
  60.     include "level3(ralt_switch_multikey)"
  61. };
  62.